home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / ScriptFindPanel.nib / data.classes next >
Text File  |  1994-09-22  |  380b  |  29 lines

  1. ScriptFindPanel = {
  2.     ACTIONS = {
  3.     enterSelection:;
  4.     replace:;
  5.     textDidChange:;
  6.     findNext:;
  7.     findPrev:;
  8.     replaceAndFind:;
  9.     textAction:;
  10.     showFindPanel:;
  11.     replaceAll:;
  12.     };
  13.     OUTLETS = {
  14.     findPB;
  15.     findField;
  16.     caseSwitch;
  17.     replaceField;
  18.     findMsg;
  19.     findPanel;
  20.     actMatrix;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.